<H<HTML>
<HEAD>
<TITLE>Oglna obsuga waciwoci window.status</TITLE>
<SCRIPT LANGUAGE="JavaScript">
function showStatus(msg) {
    window.status = msg
    return true
}
</SCRIPT>
</HEAD>
<BODY>
<A HREF="http://home.netscape.com" onMouseOver="return showStatus('Odwied moj 
witryn.')" onMouseOut="return showStatus('')">Moja witryna</A><P>
<A HREF="http://home.netscape.com" onMouseOver="return showStatus('Odwied witryn 
firmy Netscape.')" onMouseOut="return showStatus('')">Netscape</A>
</BODY>
</HTML>